バージョン

DrawClosedCurve(Point[],Single,PaintMode) メソッド

クローズド基本スプラインを描画、塗りつぶし、またはクリップします。
シンタックス
'宣言
 
Public Overloads Sub DrawClosedCurve( _
   ByVal points() As Point, _
   ByVal tension As Single, _
   ByVal mode As PaintMode _
) 
public void DrawClosedCurve( 
   Point[] points,
   float tension,
   PaintMode mode
)

パラメータ

points
スプラインを定義する Point オブジェクトの配列。
tension
曲線の張りを指定する 0.0F 以上の値。
mode
印刷モード。
参照